var net/http.http2disableExtendedConnectProtocol

4 uses

	net/http (current package)
		h2_bundle.go#L3524: 	http2disableExtendedConnectProtocol = true
		h2_bundle.go#L3538: 		http2disableExtendedConnectProtocol = false
		h2_bundle.go#L4993: 	if !http2disableExtendedConnectProtocol {
		h2_bundle.go#L6299: 	if http2disableExtendedConnectProtocol && rp.protocol != "" {